mirror of
https://github.com/ihmily/StreamCap.git
synced 2026-05-07 22:15:58 +08:00
9 lines
189 B
Python
9 lines
189 B
Python
import os
|
|
import sys
|
|
|
|
from .installation_manager import InstallationManager
|
|
|
|
execute_dir = os.path.split(os.path.realpath(sys.argv[0]))[0]
|
|
|
|
__all__ = ["InstallationManager", "execute_dir"]
|