File: __main__.py

package info (click to toggle)
scikit-build 0.18.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 1,792 kB
  • sloc: python: 5,258; cpp: 284; makefile: 171; f90: 12; sh: 7
file content (6 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
from __future__ import annotations

if __name__ == "__main__":
    from . import _hello as hello

    hello.hello("World")