mirror of
https://github.com/grassrootseconomics/erc20-pool.git
synced 2024-11-07 06:26:47 +01:00
4 lines
66 B
Python
4 lines
66 B
Python
|
import os
|
||
|
|
||
|
data_dir = os.path.realpath(os.path.dirname(__file__))
|