mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
Update version
This commit is contained in:
parent
9a18b84c4f
commit
cd3c739398
4 changed files with 15 additions and 10 deletions
8
run.py
8
run.py
|
@ -3,10 +3,14 @@ Run script for OnlyLegs
|
|||
"""
|
||||
from setup.args import PORT, ADDRESS, WORKERS, DEBUG
|
||||
from setup.configuration import Configuration
|
||||
import importlib.metadata
|
||||
|
||||
|
||||
__version__ = importlib.metadata.version("OnlyLegs")
|
||||
|
||||
|
||||
print(
|
||||
"""
|
||||
f"""
|
||||
:::::::: :::: ::: ::: ::: ::: ::: ::::::::: ::::::::: ::::::::
|
||||
:+: :+: :+:+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+:
|
||||
+:+ +:+ :+:+:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+
|
||||
|
@ -15,7 +19,7 @@ print(
|
|||
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
|
||||
######## ### #### ########## ### ########## ######### ######### ########
|
||||
|
||||
Created by Fluffy Bean - Version 0.1.0
|
||||
Created by Fluffy Bean - {__version__}
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue