Skip to content

Commit 3a83432

Browse files
🌐 added import "Application" in squarecloud.__init__.py
1 parent 31a0ada commit 3a83432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

squarecloud/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from __future__ import annotations
22

33
from . import errors, utils
4-
from .client import Client, create_config_file
4+
from .client import Client
5+
from .app import Application
56
from .data import (
67
AppData,
78
BackupData,

0 commit comments

Comments
 (0)