add deployment configs and tools

This commit is contained in:
moscap
2021-06-02 14:11:10 +03:00
parent bd1d2c65b9
commit 75e1d5c13e
10 changed files with 54 additions and 7 deletions

View File

@@ -2,9 +2,9 @@
import sys
import tkinter as tk
from login import LoginFrame
from workspace import WorkSpaceFrame
from user import User
from .login import LoginFrame
from .workspace import WorkSpaceFrame
from .user import User
if "win" in sys.platform.lower():
DEFAULT_URL = "http://localhost:8000"