etherpump/etherdump/__init__.py
Michael Murtaugh 298cc2a8fe subcommands
2015-09-17 18:23:18 +02:00

4 lines
88 B
Python

import os
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data")