mirror of
https://github.com/netinvent/npbackup.git
synced 2025-12-10 13:45:49 +08:00
13 lines
308 B
Python
13 lines
308 B
Python
#! /usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
#
|
|
# This file is part of npbackup
|
|
|
|
__intname__ = "npbackup.core.nuitka_helper"
|
|
__author__ = "Orsiris de Jong"
|
|
__copyright__ = "Copyright (C) 2022-2024 NetInvent"
|
|
__license__ = "BSD-3-Clause"
|
|
__build__ = "2023040401"
|
|
|
|
|
|
IS_COMPILED = "__compiled__" in globals()
|