5 lines
91 B
Python
5 lines
91 B
Python
from . import info
|
|
|
|
version = info.version
|
|
name = info.name
|
|
module_name = info.module_name
|