first commit

This commit is contained in:
2025-08-12 10:16:29 +03:00
commit 60b28bf122
21 changed files with 1492 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from viking_file.clients.client import VikingClient as VikingClient
from viking_file.clients.client_async import AsyncVikingClient as AsyncVikingClient
_all__ = ["VikingClient", "VikingClientAsync"]