File: sample_3.py

package info (click to toggle)
hiro 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 452 kB
  • sloc: python: 2,006; sh: 54; makefile: 30
file content (6 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
import datetime
from time import gmtime, sleep, time

from . import sub_module_3

__all__ = ["datetime", "time", "gmtime", "sleep", "sub_module_3"]