You've already forked AiraPulsar
major improvements
This commit is contained in:
7
vgl/__init__.py
Normal file
7
vgl/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
os.environ["PYGAME_HIDE_SUPPORT_PROMPT"] = "True"
|
||||
from .main import *
|
||||
from . import basic_elements as elements
|
||||
|
||||
version = '0.1.0'
|
||||
print(f"Powered by Vector Graphic Layer, version {version}")
|
||||
Reference in New Issue
Block a user